/* CSS defaults for Barbarian Strength Gym */
	
Intro_header {
	font-family: Georgia, serif;
    font-size: 1em;
}

    
/* Images in the header cannot exceed height or else they will
	screw up he other images in the zones below it.
*/
/* Front page heading settings */
#header {
    /* reset the color */
    border-top: 10px solid #FFFFFF;
    border-bottom: 10px solid #FFFFFF;
    border-left: 10px solid #FFFFFF;
    border-right: 10px solid #FFFFFF;
    background-color: #FFFFFF; 
	border-radius: 0px;
    height: 550px;
	/* need to set a width so it doesn't wrap the image */
	min-width: 870px;
	width: 870px;
	/* top and left are needed to define fixed location */
	position: fixed; 
	top: 10px;
	left: 10px;
/*	text-align: center; */
}

#header img {
    float: left;
	padding-left: 20px; 
	width:810;
	float: left;
    margin-left: 0.2em;
    margin-top: 0.2em;
}
#header .strapline {
/*    background-color: transparent; */
    margin-top: 1em;
	margin-left: 1.5em;
/*	float: left;  */
	font-size: 3.5em;
	color: #fffdb2;
	color: #000000;
	font-family: Arial Black;
	text-shadow: 1px 1px 1px #A19E9D, 0px 0px 0px #626060;
	text-align: center;
}

#header .subheader {
/*    background-color: transparent; */
/*    margin-top: 1em; */
	margin-left: 10px;
	margin-right: auto;
	float: left; 
	font-size: 1.5em;
	color: #fffdb2;
	color: #000000;
	font-family: Arial Black;
/*	text-shadow: 1px 1px 1px #A19E9D, 0px 0px 0px #626060; */
	text-align: left;
	display: inline-block; 
}


#header .img2 {
	padding-left: 1px;

/*	width: 95px;  */
/*	float: left;  */
}
#header .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
/*  width: 50%; */
}

/* Allows for anchor points offsetting the top to make appear below the header image */
a.anchor{display: block; position: relative; top: -550px; visibility: hidden;} 

body {
    /* selects fonts to use in decreasing order of availability */
    font-family:  Tahoma, Verdana, Arial, Helvitica, sans-serif;
    font-size: 1em;
    color: #000000;
	min-height:1800;
/*	background-image: url(pictures/Starry_Night_Over_the_Rhone.jpg); */
	background-color: #626060;
	background-color: #000000;
	background-attachment: fixed;
}

/* This forms the translucent box that content scrolls withing */
#box {
	margin-top: 600px; 
	margin-left: 5px;
	margin-right: 100px;
	background:#ffffff;
/*	background:rgba(65,92,135,0.65); */
	min-width: 760px;
	max-width: 760px;
	min-height: 1600px;
/*	max-height: 13000px;*/
    border-left: 50px solid #626060;
    border-right:50px solid #626060;
}

#box .separator {
/*	min-width: 760px;
	max-width: 760px;  */
	float: left;  /* critical for making a border */
	width: 760px;
	min-height: 15px;
	border-top: 15px solid #626060;
/*	background: #626060; */
}
#box .whole {
	float: left; 
	padding: 10px;
	padding-left: 15px;
	min-height: 200;
	min-width: 735px;
	max-width: 735px;
	background-color: #ffffff;
/*	opacity:0.8; */
/*	border-radius: 5px; */
	color: #062347;
    font-size: 1.5em;
	font-family: arial;
}

#box .strapline {
/*    background-color: transparent; */
    margin-top: 1em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	float: left;
	font-size: 2.0em;
	color: #fffdb2;
	color: #FFFFFF;
	color: #000000;
	font-family: arial;
/*	text-shadow: 1px 1px 0px #ededed, 4px 4px 0px #000066; */
	text-align: left;

}

#box .photo {
	padding-top: 30px;
	padding-left: 20px;
	color: #800000;
	min-height: 400;
}

#box .img {
	border-radius: 8px;
}

#box .center {
	display: block;
	margin-left: auto;
	margin-right: auto;
/*	width: 80%;  */
	border-radius: 0px;
}

#box .intro1 {
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 60px;
	padding-left: 30px;
	color: #800000;
	min-height: 200;
}

#box .intro1 .img1 {
	padding-right: 5px;
	padding-left: 20px;
	float: right;
    margin-right: 0.2em;
    margin-top: 0.2em;
	border-radius: 50%;
}

#box .intro2 {
	float: left;
	padding-top: 0px;
	padding-left: 20px;
	color: #800000;
	min-height: 400;
}

#box .col1 {
	clear: left;
	float: left;
	padding-top: 10px;
	padding-left: 15px;
	color: #062347;
	min-height: 320;
	min-width: 400;
	max-width: 400;
    font-size: 1.4em;
	font-family: arial;
}
#box .col2 {
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	color: #062347;
	min-height: 320;
	min-width: 300;
    font-size: 1.2em;
}


#trailer {
    /* reset the color */
    border-top: none;
    border-bottom: 3px solid #696969;
    border-left: 3px solid #696969;
    border-right: 3px solid #696969;
	/*
    background-color: #C0C0C0; */
	background-color: #5d4837;
    height: 150px;
	/* need to set a width so it doesn't wrap the image */
	min-width: 850px;
}
/* Create navigation buttons */
#navigation {
    position: fixed;
	top: 188px;	
    /* keep from rolling over when browser is shrunk */
    width: 850px;
}

#navigation ul {
    list-style: none;
    margin: 3px;
    padding: 0;
    padding-top: 4px;
}
/*
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
*/

#navigation li {
    display: inline;
}
/*
#navigation li {
	border-bottom: 1px solid #ED9F9F;
}
*/

#navigation li a {
/*
	display: block;
	*/
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #711515;
	border-right: 1px solid #711515;
	text-decoration: none;
}


#navigation a:link, #navigation a:visited {
    margin-right: 0px;
    padding: 3px 10px 2px 10px;
/*  colour scheme 1 dark on light */
    color: #FFFFFF;
	color: #FDD31C;
    background-color: #990000;
	background-color: #5d4837;
    text-decoration: none;
	
    /* Create a shadow box */
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
	border-top: 2px solid #B9B8B3;
    border-left: 2px solid #B9B8B3;
/*  color scheme 2 light on dark */
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;	
}

/* reverse colors for hover so looks like press of button */
#navigation a:hover {
/* color scheme 2 light on dark */	
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    border-bottom: 2px solid #B9B8B3;
    border-right: 2px solid #B9B8B3;
}

/* Dropdown instead of menu bar */
/* Dropdown Button */

.dropbtn {
  background-color: #ffffff;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: fixed;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #626060;}

/* customize link appearance
/* leave out for now in case needed later
a:link, a:visited {
    text-decoration: underline;
    color: #6A5ACD;
    background-color: transparent;
}

a:hover, a:active {
    text-decoration: underline overline;
    color: #191970;
    background-color: #C9C3ED;
}
*/

p, td, th, div, dl, ul, ol {
    font-family:  Tahoma, Verdana, Arial, Helvitica, sans-serif;
    font-size: 1em;
    color: #000000;
    background-color: transparent;
}

h2 {
	font-weight: normal;
   font-size: 1.5em;
   font-family: Georgia, serif;
 }
   
h3 {
   font-weight: bold;
}
h4 {
   font-size: 1.1em;
   font-style: italic;
}

festive {
	font-weight: bold;
	font-size: 1.2em;
	color: #006400;
}
h_event {
	font-weight: bold;
	font-size: 1.2em;
/*	color: #006400; */
}

h_title {
	font-family: Arial, Helvitica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #990000;
}


#footer {
	border-bottom: 5px solid #990000;
	height: 80px;
}















